projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b6fdb2
)
bitkeeper revision 1.1713.2.14 (42b83897l9yCwRifZXvfuWUtymljvA)
author
djm@kirby.fc.hp.com
<djm@kirby.fc.hp.com>
Tue, 21 Jun 2005 15:56:07 +0000
(15:56 +0000)
committer
djm@kirby.fc.hp.com
<djm@kirby.fc.hp.com>
Tue, 21 Jun 2005 15:56:07 +0000
(15:56 +0000)
Fix typo in cmpxchg_user (causes compile error in some compilers)
xen/include/asm-ia64/xensystem.h
patch
|
blob
|
history
diff --git
a/xen/include/asm-ia64/xensystem.h
b/xen/include/asm-ia64/xensystem.h
index 2f779c298367b5aa3114a05b5d47c1ae7d1eb57a..c1915646f2900a29a23b5fffc2ba8b34d7c12e86 100644
(file)
--- a/
xen/include/asm-ia64/xensystem.h
+++ b/
xen/include/asm-ia64/xensystem.h
@@
-68,7
+68,7
@@
extern struct task_struct *vmx_ia64_switch_to (void *next_task);
asm volatile ("mov ar.ccv=%0;;" :: "rO"(old)); \
asm volatile ("mov %2=r0;;\n" \
"[1:]\tcmpxchg"_size".acq %0=[%3],%4,ar.ccv\n" \
- "\t.xdata4 \"__ex_table\", 1b-., 1f
.+4\n"
\
+ "\t.xdata4 \"__ex_table\", 1b-., 1f
-.+4\n"
\
"[1:]" \
: "=r"(old), "=r"(__gu_r9), "=r"(__gu_r8) : \
"r"(ptr), "r"(new) : "memory"); \